body {
  position: relative;
  font-family: "Roboto Condensed", sans-serif;
}
.line {
  display: block;
}
.line:after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
}
.spacer30 {
  display: block;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.header {
  position: absolute;
  width: 100%;
  z-index: 9999;
}
.header .logo {
  position: absolute;
  top: 20px;
  right: 20px;
  top: 20px;
  width: 200px;
  margin: auto;
}
.header .legaldr {
  position: absolute;
  right: 3vh;
  top: 50px;
  top: 120px;
  mix-blend-mode: difference;
  width: 10px;
  z-index: 10;
}
.btnfloat {
  position: fixed;
  right: 0;
  bottom: 5vh;
  z-index: 999;
  background-color: #dd141d;
  border-radius: 50px 0 0 50px;
  box-shadow: 1px 1px 3px #000000;
  cursor: pointer;
}
.btnfloat p {
  margin-bottom: 0;
  padding: 5px 15px;
  padding-left: 20px;
  color: #ffffff;
}
.btnfloat p i {
  margin-right: 10px;
}
.bannerlibro {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: auto;
  margin: auto;
  width: 100%;
  
}
.bannerlibro a {
  position: relative;
  width: 100%;
  display: block;
  height: 100px;
  margin-left: 0;
}
#iconanim {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}
.headerhero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.headerhero .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  z-index: -1;
}
.headerhero button {
  width: 300px;
  margin: 1rem auto;
  border: 0;
  background-color: #dd141d;
  padding: 0.7rem 3rem;
  border-radius: 50px;
  outline: none;
  transition: all 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  color: #707070;
  box-shadow: 0px 5px 10px 0px #2f2f2f;
  color: #ffffff;
}
.headerhero button:hover {
  background-color: #be0808;
}
.btn-new {
  margin: 1rem auto;
  border: 0;
  background-color: #dd141d;
  padding: 1.2rem 3rem;
  border-radius: 50px;
  outline: none;
  transition: all 0.3s;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  color: #707070;
  box-shadow: 0px 5px 10px 0px #2f2f2f;
  color: #ffffff;
}
.btn-new:hover {
  background-color: #be0808;
  color: #ffffff;
  text-decoration: none;
}
.headerhero .headerhero_titulo {
  color: #ffffff;
  font-size: 3.5rem;
}
.headerhero .headerhero_subtitulo {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.headerhero .headerhero_subtitulo a {
  cursor: pointer;
  text-decoration: none;
}
.headerhero .headerhero_subtitulo strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #dd141d;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.headerhero .headerhero_subtitulo a strong:hover {
  background-color: #be0808 !important;
}

.headerhero .headerhero_subtitulo:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #dd141d;
  margin: auto;
  margin-top: 2rem;
}
.headerhero .headerhero_descripcion {
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  font-size: 1.4rem;
}
.headerherointerna {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.headerherointerna .headerherointerna_titulo {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 3.5rem;
}
.headerherointerna .headerherointerna_titulo:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #dd141d;
  margin: auto;
  margin-top: 1rem;
}
.headerherointerna .headerherointerna_subtitulo {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.headerherointerna .headerherointerna_subtitulo strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ffffff;
  background-color: #dd141d;
  padding: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.headerherointerna .headerherointerna_subtitulo--equipo {
  color: #ffffff;
}
.headerherointerna .headerherointerna_descripcion {
  color: #ffffff;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.headerherointerna .headerherointerna_lista {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.headerherointerna .headerherointerna_lista li {
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
}
.headerherointerna .headerherointerna_lista li img {
  width: 85%;
  height: auto;
  display: block;
  margin: auto;
  background-color: #dd141d;
  -webkit-clip-path: circle(38% at 50% 50%);
  clip-path: circle(38% at 50% 50%);
  padding: 1.5em;
}
.headerherointerna .headerherointerna_lista li img:hover {
  background-color: #be0808 !important;
}
.headerherointerna .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70%;
  z-index: -1;
}
.bloqueportafolios .headerherointerna {
  min-height: 70vh;
}
.bloqueequipo .headerherointerna {
  justify-content: space-between;
}
.bloqueequipo .headerherointerna .headerherointerna_titulo {
  margin-top: 20vh;
}
.bloqueequipo .headerherointerna .headerherointerna_subtitulo--equipo {
  max-width: 70vh;
  text-align: center;
}
.bloqueequipo .headerherointerna .headerherointerna_subtitulo--equipo span {
  display: block;
  font-size: 1.2rem;
}
.bloquevision .headerherointerna {
  position: relative;
  overflow: hidden;
  min-height: 40vh;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.bloquevision .headerherointerna .headerherointerna_titulo {
  font-size: 3.5rem;
}

.menu {
  position: fixed;
  z-index: 99;
}
.menu.overlay:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(47, 47, 47, 0.9);
}
.menu .boxmenulist {
  display: none;
}
.menu .boxmenulist.activo {
  position: relative;
  display: block;
  z-index: 2;
  padding-left: 0px;
  min-height: 100vh;
  width: 70vh;
  background-color: #171616;
}
.menu .boxmenulist ul {
  list-style: none;
}
.menu .boxmenulist ul li a {
  cursor: pointer;
  color: #ffffff;
  width: 100%;
}
.menu .boxmenulist ul li a:focus{
  color: #ffffff;
  background-color: #dd141d !important;
}
.menu .boxmenulist ul li a:active{
  color: #ffffff;
  background-color: #dd141d !important;
}
.menu .boxmenulist ul li a:hover {
  color: #ffffff;
  background-color: #dd141d !important;
}
.menu .boxmenulist ul li p {
  padding: 0;
  margin: 0;
}
.menu .boxmenulist .card-body {
  background-color: #be0808;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.con {
  position: relative;
  top: 20px;
  left: 20px;
}
.menu-ico {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 9%;
  position: relative;
  top: 5px;
  left: 5px;
  cursor: pointer;
  z-index: 99;
}
.move-left {
  float: left;
  margin-right: 20px;
}
.menu-ico.no-border {
  border: none;
}
.menu-ico span {
  height: 10%;
  width: 80%;
  margin: 10% auto;
  background: #ffffff;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -5%;
}
.menu-ico.close-ico span {
  box-shadow: 0px 10px #ffffff, 0px -10px #ffffff;
  transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}
.menu-ico.close-ico.active span {
  box-shadow: 90px 12px #ffffff, -90px -12px #ffffff;
  transform: translate(0%, 0%) rotate(315deg);
  transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}
.menu-ico.close-ico span:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -90px) rotate(90deg);
  transition: transform 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -webkit-transition: transform 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}
.menu-ico.close-ico.active span:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -webkit-transition: transform 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}
nav.vertical {
  position: relative;
  padding-top: 20vh;
}
nav.vertical ul {
  list-style: none;
  padding-left: 0;
}
nav.vertical li {
  position: relative;
}
nav.vertical li a {
  padding-left: 30px;
}
nav.vertical a {
  display: block;
  color: #eee;
  text-decoration: none;
  padding: 10px 15px;
  transition: 0.2s;
}
nav.vertical li:hover > a {
  background: #dd141d;
}
nav.vertical ul ul {
  background: rgba(0, 0, 0, 0.1);
  padding-left: 0px;
  transition: max-height 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
}
nav.vertical li:hover > ul {
  max-height: 500px;
  transition: max-height 0.25s ease-in;
}
.boquemenueconomico {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #dd141d;
  align-items: center;
  padding: 1em;
}
.boquemenueconomico .eco_titulo {
  padding-left: 1rem;
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.navegar {
  display: inline-block;
  background: transparent;
  border-radius: 3px;
  height: 60px;
}
.navegar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navegar ul li {
  position: relative;
  display: inline-block;
  height: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}
.navegar ul li:first-child,
.navegar ul li:last-child,
.navegar ul li:nth-child(2) {
  border-left: 0;
}
.navegar ul li:nth-child(2) a:after,
.navegar ul li:nth-child(2) a:before,
.navegar ul li:nth-last-child(2) a:after,
.navegar ul li:nth-last-child(2) a:before {
  transition: all 0.3s linear 0s;
}
.navegar ul li:nth-child(2) > a:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-right: 15px solid #ffffff;
  border-top: 60px solid transparent;
}
.navegar ul li:nth-last-child(2) a:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -15px;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-left: 15px solid #ffffff;
  border-bottom: 60px solid transparent;
}
.navegar ul li:last-child a {
  background: transparent;
  padding: 0 25px 0 30px;
  color: #ffffff;
}
.navegar ul li:last-child a:hover {
  background: #be0808;
}
.navegar ul li a {
  position: relative;
  display: block;
  padding: 0 25px;
  color: #ffffff;
  font-size: 14px;
  line-height: 60px;
  text-decoration: none;
  transition: all 0.3s linear 0s;
}
.navegar ul li a:hover {
  cursor: pointer;
  color: #ffffff;
  background: #dd141d;
}
.navegar ul li a:hover:before {
  border-right: 15px solid #f2f2f2;
}
.navegar ul li a:hover:after {
  border-left: 15px solid #f2f2f2;
}
.navegar ul li a i {
  margin: 0 0 0 6px;
}
.navegar ul li .menu {
  display: none;
  position: absolute;
  background: #2f2f2f;
  top: 100%;
  width: 250px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #dd141d;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  right: 0;
}
.navegar ul li .menu li {
  display: block;
  width: 100%;
  height: 45px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navegar ul li .menu li:nth-child(2),
.navegar ul li .menu li:nth-last-child(2) {
  height: 45px;
}
.navegar ul li .menu li:nth-child(2) a:after,
.navegar ul li .menu li:nth-child(2) a:before,
.navegar ul li .menu li:nth-last-child(2) a:after,
.navegar ul li .menu li:nth-last-child(2) a:before {
  content: "";
  display: none;
}
.navegar ul li .menu li a {
  cursor: pointer;
  color: #ffffff;
  background: #2f2f2f;
  padding: 0 15px 0 30px;
  color: #ffffff;
  line-height: 45px;
  text-align: left;
}
.navegar ul li .menu li a:hover {
  background: #be0808;
}
.menu-ico {
  transition: all 0.4s;
}
.scrollbg {
  background-color: #dd141d;
}
#myTabList {
  margin-bottom: 2rem;
  border: none;
}
#myTabList .nav-link{
  color:  #c00 !important;
  border-radius:50px;
  border: 2px solid  #dd141d;
  margin: 0 1em;
}
#myTabList .nav-link:hover{
  background: #BE0808 !important;
  color: #fff !important;
  border: 2px solid  #BE0808 ;
}
#myTabList .nav-link.active{
  background: #dd141d !important;
  color: #fff !important;
  box-shadow: 1px 1px 3px #00000062;
}
.bloqueinfo .bloqueinfo_titulo span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #dd141d;
  padding: 5px;
  font-size: 1.75rem;
  font-size: 2.5rem;
}
.bloqueinfo .bloqueinfo_titulo {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 3.3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  color: #ffffff;
  font-size: 2.8rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background-color: #dd141d;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.bloqueinfo .bloqueinfo_titulo strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.bloqueinfo .bloqueinfo p {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  color: #707070;
}
.bloqueinfo .btndescarga {
  background-color: #dd141d;
  display: flex;
  cursor: pointer;
  max-width: 350px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 50px;
  position: relative;
  transition: all 0.3s;
}
.bloqueinfo .btndescarga a,
.bloqueinfo .btndescarga a:focus,
.bloqueinfo .btndescarga a:hover {
  text-decoration: none;
  outline: none;
}
.bloqueinfo .btndescarga i {
  position: absolute;
  left: 0;
  top: -5px;
}
.bloqueinfo .btndescarga p {
  margin: 0;
  color: #ffffff;
}
.bloqueinfo .btndescarga:hover {
  background-color: #be0808;
}
.bloquecard {
  max-width: 70vh;
  max-width: 65vh;
  background-color: #ededed;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin: 0 auto;
  margin-top: 1.7rem;
}
.bloquecard .bloquecard-item:first-child {
  border-right: 1px solid rgba(159, 159, 159, 0.2);
}
.bloquecard .card-title {
  color: #dd141d;
}
.bloquecard .card-text {
  font-size: 1.7rem;
  color: #2f2f2f;
}
.bgteam {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.infovision .bloqueinfo_titulo {
  background-color: transparent;
  color: #000000;
  max-width: 100%;
  width: 100%;
}
.infovision .bloqueinfo_titulo:after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background-color: #dd141d;
  margin: auto;
  margin-top: 1rem;
}
.infovision .descripcionvision {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
}
.bloqueportafolios .bloqueinfo .bloqueinfo_titulo {
  padding-bottom: 0;
  padding-top: 0;
}
.bloquevision {
  margin-bottom: 3rem;
}
.bloquevision small {
  display: block;
  text-align: center;
}
.bloquevision .carousel-inner {
  margin-bottom: 3rem;
}
.bloquevision .carousel-inner img {
  padding: 15px;
}
.bloquevision .carousel-item h5 {
  color: #ffffff;
}
.bloquevision .carousel-item .content-carrusel {
  font-size: 1.4rem;
}

.destacadoacordeon h3 {
  text-transform: uppercase !important;
  color: #dd141d;
  max-width: 90%;
  
}
.destacadoacordeon small{
  margin-bottom: 2rem !important;
}
.accordion .card-body h5 {
  text-transform: uppercase;
  color: #dd141d;
}
.accordion .card-body h3 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.accordion .card-body img {
  margin-top: 1.5rem;
}
.accordion .card-body p {
  padding: 0 15px;
  padding-left: 0;
  max-width: 95%;
}
.accordion .card-body h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  display: block;
}
.accordion .card-body .media {
  max-width: 60%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.accordion .card-body .media img {
  display: block;
  margin-bottom: 1rem;
}
#moderado-div {
  background-color: #f4f4f4;
}
.piedepagina {
  font-size: 11px;
}
.piedepagina ul {
  list-style: none;
}
.boxequipo {
  padding-top: 2rem;
}
.boxequipo .bgteam {
  display: flex;
  align-items: flex-end;
}
.boxequipo h3 {
  margin-bottom: 3rem;
}
.boxequipo .equiposlide_item {
  text-align: center;
  margin-bottom: 20px;
}
.boxequipo .equiposlide_item h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #dd141d;
  font-size: 1rem;
  margin-top: 1rem;
}
.boxequipo .equiposlide_item img {
  width: 120px;
  border-radius: 100px;
  margin: auto;
}
.boxequipo .equiposlide_item p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 100;
}
.boxequipo .slick-dots li.slick-active button:before {
  color: #dd141d;
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 16px;
}
.carousel-item .row .col-md-5 {
  background-color: #ededed;
}
.content-carrusel {
  padding: 2rem;
  color: #2f2f2f;
}
 .content-carrusel h3 {
  font-size: 1.3rem;
}

.content-carrusel h2 {
  text-transform: uppercase;
  margin-top: 2rem;
}
.carousel-item .boxInfocarrusel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.carousel-item .boxInfocarrusel p {
  color: #ffffff;
  font-size: 1.7rem;
  max-width: 70%;
  padding-left: 1rem;
}
.carousel-indicators {
  margin-left: auto;
  margin-right: auto;
  width: 38%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  bottom: -50px;
}
.carousel-indicators li {
  width: 100%;
  background-color: #9f9f9f;
  height: 7px;
}
.carousel-indicators li.active {
  background-color: #dd141d;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 0.4;
}
.carousel-control-prev {
  left: -25px;
}

.carousel-control-next {
  right: -25px;
}

.content-izq {
  background-color: #ededed;
}
.accordion {
  margin-bottom: 50px;
  position: relative;
}
.accordion .card {
  border: 0;
  border-radius: 0;
}
.accordion .card .card-header {
  border-radius: 0;
  padding: 0;
}
.accordion .card .card-header button {
  outline: none;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-transform: uppercase;
  background-color: #707070;
  color: #ffffff;
  border-radius: 0;
  font-size: 2rem;
}
.accordion .card .card-header button img {
  transition: all 0.5s;
}
.accordion .card .card-header button:active,
.accordion .card .card-header button:focus {
  box-shadow: none;
}
.accordion .card .card-header button.activo {
  background-color: #dd141d;
}
.accordion .card .card-header button.activo i img {
  transform: rotate(180deg);
}
.accordion .card-body h3 {
  text-transform: uppercase;
}
.video-sticky {
  width: 60vh;
  position: fixed;
  top: 0;
  background-color: #ededed;
}
.video-sticky small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
footer {
  position: relative;
}
footer .vigilado {
  position: absolute;
  bottom: 20vh;
}
footer .footer_legal {
  font-size: 0.8rem;
  line-height: 1.1;
  text-align: justify;
}
.up {
  position: fixed;
  right: 5vh;
  bottom: 30vh;
  opacity: 0.4;
  transition: all 0.5s;
  cursor: pointer;
}
.up:hover {
  opacity: 1;
}
.modal .modal-header {
  border-bottom: 0;
  background-color: #dd141d;
  position: relative;
}
.modal .modal-header img {
  margin: auto;
}
.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ffffff;
  opacity: 1;
  font-size: 2rem;
}
.modal .modal-footer {
  border-top: 0;
}
.modal .modal-content .form-group {
  text-align: left;
}
.modal .nocarterizado {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal .form-check strong {
  color: #dd141d;
  font-size: 12px;
}
#habeas {
  font-size: 12px;
  text-align: justify;
}
#habeas .card-body {
  border: 0;
  background-color: #ededed;
}
#habeas .cerrarhabeas {
  display: table;
  margin: auto;
  background-color: #dd141d;
  color: #ffffff;
  padding: 5px 12px;
}
.nocarterizado button {
  background-color: #dd141d;
  border-color: #dd141d;
  border-radius: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
}
.arrowdown {
  position: absolute;
  bottom: 5vh;
  transition: all 0.5s;
  animation: down infinite 1s ease-in-out;
}
@keyframes down {
  0% {
    bottom: 8vh;
  }
  50% {
    bottom: 5vh;
  }
  to {
    bottom: 8vh;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding-bottom: 60px;
  }
  .header .logo {
    top: 30px;
  }
  .header .legaldr {
    right: 1vh;
  }
  .headerhero .headerhero_titulo {
    margin-top: 30%;
    text-align: center;
    font-size: 3.1rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .headerhero .headerhero_subtitulo {
    text-align: center;
    font-size: 1.6em; 
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }

  .bloqueportafolios .headerhero .headerhero_subtitulo {
    text-align: center;
    font-size: 1em;
  }
  .headerherointerna .headerherointerna_subtitulo {
    color: #ffffff;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    text-align: center;
}
  .bloqueportafolios.headerhero .headerhero_subtitulo strong {
    margin-top: 5px;
    display: block;
  }
  .headerhero .headerhero_descripcion {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.2em;
  }
  .headerherointerna .headerherointerna_titulo {
    text-align: center;
  }
  .headerherointerna2 {
    min-height: 40vh;
  }
  .headerherointerna2 .headerherointerna_titulo {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 3rem;
}
.headerherointerna .headerherointerna_lista {
  padding-bottom: 0;

}
.headerherointerna .headerherointerna_lista li {
  padding-left: 0;
  padding-right: 0; 
  font-size: 1.1rem;
}
  .btnfloat {
    bottom: 0;
    left: 0;
    border-radius: 0;
  }
  .btnfloat p {
    text-align: center;
  }
  .bloqueinfo .bloqueinfo_titulo {
    font-size: 1.7rem;
    display: block;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 30px;
  }
  .carousel-control-prev {
    left: -25px;
  }
  .carousel-control-next {
    right: -25px;
  }
  .carousel-indicators {
    margin-left: 5%;
    width: 90%;
    bottom: -30px;
  }
  .carousel-item .row .content-carrusel h2 {
    font-size: 1.3rem;
  }
  .boxInfocarrusel {
    margin-bottom: 20px;
  }
  .up {
    display: none;
  }
  .accordion .card .card-header button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.2rem;
  }
  .accordion .card .card-header button img {
    width: 30px;
  }
  .bloqueinfo .bloqueinfo_titulo {
    margin-bottom: 2rem;
  }
  .bannerlibro {
    width: 90%;
  }
  .headerherointerna .headerherointerna_descripcion {
    width: 90%;
    line-height: 1.1;
  }
  .headerherointerna .headerherointerna_titulo {
    margin-top: 19%;
    line-height: 1;
    font-size: 2.5rem;
    width: 90%;
  }
  .arrowdown {
    position: absolute;
    bottom: 1vh;
    transition: all 0.5s;
    animation: downmb infinite 1s ease-in-out;
  }
  @keyframes downmb {
    0% {
      bottom: 4vh;
    }
    50% {
      bottom: 1vh;
    }
    to {
      bottom: 4vh;
    }
  }
  .infovision .descripcionvision {
    font-size: 0.9rem;
  }
  .infovision .descripcionvision strong {
    font-size: 1.7rem;
    text-transform: uppercase;
  }
  .boquemenueconomico .eco_titulo {
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .carousel-item .boxInfocarrusel p {
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: center;
  }
  .infovision .bloqueinfo_titulo {
    width: 95%;
  }
  .vigilado {
    width: 15px;
  }
  .accordion .card-body .media {
    width: 100% !important;
  }
  .accordion .card-body .media h5 {
    font-size: 1rem;
  }
  .boxvideostiky {
    margin-bottom: 2rem;
  }
  footer img {
    display: block;
    margin-bottom: 2rem !important;
  }
  .bloqueinfo .btndescarga {
    border-radius: 100px;
    padding-top: 0.5em ;
    padding-bottom: 0.5rem ;
  }
  .bloqueinfo .btndescarga i {
    top: -2px;
  }
  .nuestra-vision-descarga {
    border-radius: 100px;
    padding-top: 1em !important;
    padding-bottom: 1rem !important;
  }
  .nuestra-vision-descarga{
    top: 0 !important;
  }
  .bloqueinfo .btndescarga span {
    width: 80%;
    display: inline-table;
    text-align: center;
  }
  .headerhero button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 240px;
  }
  .boxequipo .equiposlide_item p {
    margin-bottom: 0;
    font-size: 0.95rem;
    font-weight: 100;
  }
}
@media screen and (max-width: 360px) { 

  .boxequipo .equiposlide_item p {
    margin-bottom: 0;
    font-size: 0.8rem;
    font-weight: 100;
  }

}
@media screen and (min-width:1500px){
.col-lg-6{
  flex: 0 0 41.666667% ;
  max-width: 41.666667%;
}
.col-lg-4{
  flex: 0 0 25%;
    max-width: 25%;
}
}